Platform Explorer / Nuxeo Platform 2023.9

Component org.nuxeo.ecm.directory.ldap.management

Resolution Order

357
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.directory.ldap.management">

 <extension
    target="org.nuxeo.ecm.core.management.CoreManagementComponent"
    point="probes">
         <probe name="ldapDirectories"
                  class="org.nuxeo.ecm.directory.ldap.management.LDAPDirectoriesProbe">
            <label>LDAP probe</label>
            <description>Test access on each declared LDAP Directory</description>
         </probe>
  </extension>

  <extension target="org.nuxeo.ecm.core.management.CoreManagementComponent" point="healthCheck">
     <probe name="ldapDirectories" enabled="true"/>
  </extension>

</component>